Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

233
Views
Firebase error - Relative references must start with either "/", "./", or "../"

I have a problem with firebase. I'm getting this error: Uncaught TypeError: Failed to resolve module specifier "firebase/app". Relative references must start with either "/", "./", or "../". app.js:

import * as firebase from 'firebase/app';
import { Menu } from './Menu.js';
import { UserManagment } from './UserManagment.js';
const firebaseConfig = {
    apiKey: '[apiKey]',
    authDomain: '[authDomain]',
    projectId: '[projectId]',
    storageBucket: '[storageBucket]',
    messagingSenderId: '[messagingSenderId]',
    appId: '[appId]',
    measurementId: '[measurementId]',
};
const app = firebase.initializeApp(firebaseConfig);

In the firebaseConfig object are valid properties copied from firebase site. I installed firebase by npm.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!